home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / HyperCard / CambridgeMedlineTutor / ccMedTut2 / card_26554.txt < prev    next >
Encoding:
Text File  |  1992-02-24  |  2.9 KB  |  144 lines

  1. -- card: 26554 from stack: in
  2. -- bmap block id: 77265
  3. -- flags: 0000
  4. -- background id: 26005
  5. -- name: counter
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=155 top=82 right=99 bottom=202
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: SampleSearchMiddle
  20.  
  21.  
  22. -- part 8 (field)
  23. -- low flags: 00
  24. -- high flags: 0002
  25. -- rect: left=150 top=143 right=160 bottom=197
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: NursDentLimitMiddle
  34.  
  35.  
  36. -- part 9 (field)
  37. -- low flags: 00
  38. -- high flags: 0002
  39. -- rect: left=151 top=179 right=196 bottom=198
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: IndexMedicusMiddle
  48.  
  49.  
  50. -- part 14 (button)
  51. -- low flags: 00
  52. -- high flags: 8003
  53. -- rect: left=14 top=261 right=283 bottom=104
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: HardinStart
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go stack "HardinStart"
  65. end mouseUp
  66.  
  67.  
  68.  
  69.  
  70. -- part 16 (button)
  71. -- low flags: 00
  72. -- high flags: 8003
  73. -- rect: left=3 top=320 right=341 bottom=48
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Menu
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   UnDissolveToMenu
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 17 (button)
  90. -- low flags: 00
  91. -- high flags: 8003
  92. -- rect: left=232 top=63 right=86 bottom=427
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: editScrptSampleSeaMiddle
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   edit script of card "samplesearchmiddle"
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 18 (button)
  109. -- low flags: 00
  110. -- high flags: 8003
  111. -- rect: left=211 top=143 right=166 bottom=406
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: editScrptNurDenLimMiddle
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   edit script of card "NursDentLimitmiddle"
  123. end mouseUp
  124.  
  125.  
  126.  
  127. -- part 19 (button)
  128. -- low flags: 00
  129. -- high flags: 8003
  130. -- rect: left=208 top=175 right=198 bottom=403
  131. -- title width / last selected line: 0
  132. -- icon id / first selected line: 0 / 0
  133. -- text alignment: 1
  134. -- font id: 0
  135. -- text size: 12
  136. -- style flags: 0
  137. -- line height: 16
  138. -- part name: editScrptIndexMedMiddle
  139. ----- HyperTalk script -----
  140. on mouseUp
  141.   edit script of card "IndexMedicusmiddle"
  142. end mouseUp
  143.  
  144.